Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@loopback/openapi-spec
Advanced tools
TypeScript type definitions for OpenAPI Spec/Swagger documents.
TypeScript type definitions for OpenAPI Spec/Swagger documents.
TypeScript definitions describing the schema of OpenAPI/Swagger documents, including LoopBack-specific extensions.
$ npm install --save @loopback/openapi-spec
Use OpenApiSpec
type in your function accepting a Swagger/OpenAPI document:
import {OpenApiSpec} from '@loopback/openapi-spec';
export function validateSpec(spec: OpenApiSpec) {
// ...
}
IDEs like Visual Studio Code will offer auto-completion for spec properties when constructing a spec argument value.
See https://www.openapis.org/ and version 2.0 of OpenAPI Specification.
IBM/StrongLoop is an active supporter of open source and welcomes contributions to our projects as well as those of the Node.js community in general. For more information on how to contribute please refer to the Contribution Guide.
run npm test
from the root folder.
See all contributors.
MIT
FAQs
TypeScript type definitions for OpenAPI Spec/Swagger documents.
We found that @loopback/openapi-spec demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 18 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.